home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canon Creative 3
/
Canon Creative 3 - Disc 2.iso
/
designe
/
DE.DIR
/
00018.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-08
|
200 b
|
14 lines
on startMovie
initPromo()
end
on idle
playAmbientSound()
end
on keyDown
if (integer(the key) >= "0") and (integer(the key) <= "7") then
set the soundLevel to integer(the key)
end if
end